home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / registration.swf / scripts / DefineButton2_16 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-03-17  |  153 bĀ   |  7 lines

  1. on(press){
  2.    if(first_name_txt != "" && first_name_txt != null && (last_name_txt != "" && last_name_txt != null))
  3.    {
  4.       _root.play();
  5.    }
  6. }
  7.